'Declaration Public Function New( _ ByVal caption As String, _ ByVal ParamArray occurrences() As IndexEntryOccurrence _ )
public IndexEntry( string caption, params IndexEntryOccurrence[] occurrences )
Parameters
- caption
 - The string that is assigned to the Caption property of the current index entry.
 - occurrences
 - One or more IndexEntryOccurrence objects that are added to the Occurrences collection of this index entry.